Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/68 - Movie TV Series Quote Generator/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/68 - Movie TV Series Quote Generator/index.html
457 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
script.js /cody/swapnilsparsh/30DaysOfJavaScript/68 - Movie TV Series Quote Generator/script.js
205 Views
0 Comments
const getNextQuote = async() =>
{
var url = "https://raw.githubusercontent.com/msramalho/json-tv-quotes/master/quotes.json";

style.css /cody/swapnilsparsh/30DaysOfJavaScript/68 - Movie TV Series Quote Generator/style.css
176 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
display: flex;